Welcome![Sign In][Sign Up]
Location:
Search - select socket

Search list

[WinSock-NDIS简易网络聊天器(C++)

Description:

个人写的一个简易网络聊天工具的编写 socket套接字的编写 多线程实现和采用select()函数实现多人在线聊天

同时,附有试验报告。


Platform: | Size: 141002 | Author: zenglibig | Hits:

[WinSock-NDISlinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571308 | Author: 钟文德 | Hits:

[Internet-Networklinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571392 | Author: 钟文德 | Hits:

[Internet-NetworkEvenSelect

Description: C++ Socket的select模型的应用实例 C++ Socket的select模型的应用实例-C++ Socket of the application of select model C++ Socket of the application of select models
Platform: | Size: 14336 | Author: 方老 | Hits:

[TCP/IP stackTcpClient

Description: socket客户端代码,可以从web服务器取文件,并且使用了select高级方法-socket client-side code, you can access files from the web server, and the use of select high-level methods
Platform: | Size: 2048 | Author: leo | Hits:

[Internet-Networkselect_socket

Description: 该代码是用select IO复用实现的网络服务器 里面有两个版本,区别读者可以好好看看,并体会其不同的实现方式的优缺点。 对初级入门的特别合适-The code is used to achieve select IO multiplexing network server there are two versions, the difference between a good reader can see and appreciate their different ways to achieve the advantages and disadvantages. Primary entry special suitable
Platform: | Size: 2048 | Author: 钟伟 | Hits:

[Internet-NetworkWinsocket

Description: 网络编程,实现三种Winsocket I/O模型:select、基于事件、基于消息-Network programming, to achieve three Winsocket I/O model: select, based on the incident, based on the information
Platform: | Size: 177152 | Author: 丁锐 | Hits:

[Internet-NetworkSocket

Description: socket网络编程的五种I/O模型之一:select模型。-socket network programming of five I/O model one: select the model.
Platform: | Size: 2039808 | Author: 戎金辉 | Hits:

[Internet-Networksocket

Description: socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
Platform: | Size: 14336 | Author: 刘文战 | Hits:

[Linux-UnixSELECT

Description: linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
Platform: | Size: 3072 | Author: 魏江涛 | Hits:

[Internet-Networktcp_echo_select

Description: TCP echo select program for socket programming
Platform: | Size: 40960 | Author: zuhal | Hits:

[Linux-Unixsocketselect

Description: socket-select,大家互相学习-socket-select,dajiahuxiangxuexi !!!
Platform: | Size: 14336 | Author: CHENG | Hits:

[Internet-Networkselect

Description: 实现socket异步读写套接字的程序。值得网络编程者借鉴,主要select实现。-Achieve asynchronous socket read and write socket program. Worthy of network programming reference, to achieve the main select.
Platform: | Size: 2048 | Author: hehe | Hits:

[Internet-Networkfilesendserver

Description: 传文件使用消息头方式3k每秒一客户一线程,并行传输,select i/o socket模型,测试无错.无丢包粘包.除非网络断开或掉网. 配套2个客户端接收,一个控制台.一个mfc-Way of transfer files using the header of a client of a thread-3k per second, parallel transmission, select i/o socket model, testing error-free. No packet loss stick package. Unless the network is disconnected or out of network. Supporting two clients received a console. a mfc
Platform: | Size: 156672 | Author: styleman | Hits:

[Internet-Networklinux-socket-c

Description: linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
Platform: | Size: 571392 | Author: yzh | Hits:

[Internet-NetworkSelectSocket

Description: socket编程常用到的方法,select 模型,实现网络传输,源码很好用。-socket programming methods commonly used, select model, network transmission, source code is useful.
Platform: | Size: 478208 | Author: 李伟 | Hits:

[ICQ-IM-ChatmyNewChatServer

Description: win32 socket select模型多线程 c/s聊天服务器 服务器简单的接受命令和转发消息,自定义协议 -Hello World!
Platform: | Size: 3763200 | Author: 陈龙军 | Hits:

[Internet-NetworkC

Description: C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,Select()系统调用及 文件描述符集fd_set的应用,Socket接口实现网络异步通信,用C程序挽救Foxmail中的邮件-C to directly read dbf file, RS-232-C port real-time monitoring software design and implementation, Select () system call and file descriptor set fd_set application, Socket asynchronous communication network interface, using C application in the mail to save Foxmail
Platform: | Size: 3759104 | Author: jzt | Hits:

[TCP/IP stackselect-socket

Description: socket编程,用select进行的,服务器可以响应多个客户端,控制台程序,简单,适合初学者。-socket programming carried by select the server can respond to multiple clients, the console program, simple, suitable for beginners.
Platform: | Size: 3960832 | Author: 施连甲 | Hits:

[Internet-Networksocket-server-socket-serve

Description: 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改src/base.cpp 中的MAX_CLIENT_NUM参数调整server最大服务数 修改src/base.cpp 中的CLIENT_INTERVAL参数调整client发包间隔 修改Makefile 中的DEBUG参数确定是否输出调试信息 使用方法(This is a socket server implementation and testing of various IO models. Here, a variety of models are used to implement a TCP ECHO server that returns the contents sent by echo back to client. Client sends a request per second, and server maintains concurrent connections and performs them accordingly. The model has been implemented: Base: the most primitive echo server Thread: multithreaded model Select: select model Poll: poll model Epoll: epoll model parameter Modify src/clients.sh to generate a specified number of client Modify the MAX_CLIENT_NUM parameter in src/base.cpp to adjust the maximum number of server services Modify the CLIENT_INTERVAL parameter in src/base.cpp to adjust the client contract interval Modify the DEBUG parameter in the Makefile to determine whether output debugging information is out Usage method)
Platform: | Size: 11264 | Author: JIE2012 | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net